home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Index.dxr / 00116.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  412 b   |  22 lines

  1. on exitFrame
  2.   global contentsprite, returnflag, returnframe, whichlist, objectpct, endSprite
  3.   set objectpct to 46
  4.   controlinit()
  5.   initglobals()
  6.   initcursor()
  7.   set returnframe to the frame
  8.   set whichlist to word 1 of the frameLabel
  9.   set returnflag to 1
  10. end
  11.  
  12. on controlinit
  13.   initcontrols()
  14.   installcontrol()
  15. end
  16.  
  17. on initglobals
  18.   global ghotlist, gactslist
  19.   set ghotlist to []
  20.   set gactslist to []
  21. end
  22.